cURL
curl --request POST \ --url https://api.praxos.ai/extract \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "environment_id": "<string>", "label": "<string>" }'
{ "items": [ { "id": "<string>", "data": {} } ] }
Extract list of items from an environment
API key for authentication
List of items extracted successfully
The response is of type object.
object